*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
#navigation ul {
    margin-top:0;
    padding-left:10px;
}
#navigation li {
    list-style-type:none;
}
#navigation a {
    text-decoration:none;
    color:#FFFFFF;
}
#navigation strong {
    color:#3D0F6E;
    font-weight:500;
}
#navigation a:hover {
    text-decoration:underline;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	cursor:pointer;	
	text-decoration:underline;
}
	
#content img {
    max-width:99%; 
	display: block;
    margin: 0 auto;
}
#content h1:nth-child(1) {
    margin-top:0;
}
h1 {
    color:#3D0F6E;
    font-weight:700;
	text-align: center;
	letter-spacing: 0px;
	line-height: 30px;
    }
h2 {
    color:#3D0F6E;
    font-weight:600;
	text-align: center;
	line-height: 25px;
    }
h3 {
    color:#3D0F6E;
    font-weight:500;
	text-align: center;
	line-height: 20px;
	font-style: italic;
    }
h4 {
    color:#3D0F6E;
    font-weight:400;
	text-align: left;
	line-height: 0px;
}
h5,h6 {
    color:#3D0F6E;
    font-weight:400;
	text-align: left;
	line-height: 0px;
}
#content {
    color:#515151;
}
#content a {
    color:#3D0F6E;
}
#content a {
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content a:active {
    text-decoration: underline;
}
#content strike {
    color: grey;
}
#content u {
    text-decoration: underline;
}
#content tt {
    color: #3D0F6E;
}
#content pre {
    color: #3D0F6E;
    margin-left: 20px;
}
.backlinks {
    color:gray;
}
hr.footnotes {
    width: 20%;
    margin-left: 0;
}
#footer{ 
    border-style: ridge;
    padding-top:36px;  
    text-align: left;
    clear:both; 
    padding-bottom:0px; 
    color:#999; 
    font-size:0.8em; 
}
#footer a {
    color:#3D0F6E;
}

@font-face {
  font-family: "Segoe UI",Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

@media print{
    #navigation{
        background-color:#FFF;
    }
}
